projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
854f3a5
)
(isearch-search): Use real quit-char extracted from current-input-mode,
author
Roland McGrath
<roland@gnu.org>
Fri, 26 Nov 1993 22:15:09 +0000
(22:15 +0000)
committer
Roland McGrath
<roland@gnu.org>
Fri, 26 Nov 1993 22:15:09 +0000
(22:15 +0000)
rather than always C-g.
lisp/isearch.el
patch
|
blob
|
history
diff --git
a/lisp/isearch.el
b/lisp/isearch.el
index c7e84b7f9b090a506baf7706d25bec8e8de886c9..d4371335084a336b0192f39a161a579128079411 100644
(file)
--- a/
lisp/isearch.el
+++ b/
lisp/isearch.el
@@
-4,7
+4,7
@@
;; Author: Daniel LaLiberte <liberte@cs.uiuc.edu>
-;; |$Date: 1993/1
0/24 04:05:22 $|$Revision: 1.52
$
+;; |$Date: 1993/1
1/24 01:22:40 $|$Revision: 1.53
$
;; This file is part of GNU Emacs.
@@
-1295,7
+1295,7
@@
If there is no completion possible, say so and continue searching."
(setq isearch-other-end
(if isearch-forward (match-beginning 0) (match-end 0)))))
- (quit (isearch-unread
?\C-g
)
+ (quit (isearch-unread
(nth 3 (current-input-mode))
)
(setq isearch-success nil))
(invalid-regexp